Welcome![Sign In][Sign Up]
Location:
Search - lsb watermark

Search list

[matlabwatermark LSB代码

Description: 一LSB的数字水印代码,很好用,代码里面有注释说明-a digital watermark code is useful, code inside annotated
Platform: | Size: 289792 | Author: 符号 | Hits:

[matlabLSB

Description: lsb算法将水印图像按最不重要位(LSB)方法嵌入到载体图像中,在把水印从载体图像中提取出来-This is a LSB algorithm that embedding watermark into the least important part of the primary image, and the watermark can be extracted from the primary image.
Platform: | Size: 1024 | Author: wj | Hits:

[GDI-Bitmaplsb水印算法

Description: 可以对在一幅图像中加入隐藏的字符,涂片等,形成水印-be right in the image by adding a hidden character, smears, formed Watermark
Platform: | Size: 440320 | Author: 例为 | Hits:

[Special EffectsWaterMarkLSB

Description: 一个简单水印系统,可以在图像中嵌入和提取水印,使用的是LSB方法,可供参考-a simple watermarking system that can image watermark embedding and extraction, using the LSB methods available for reference,
Platform: | Size: 1091584 | Author: zhuxingliang | Hits:

[Graph Recognizewatermarked(lsb)

Description: 基于LSB算法的数字水印实现方法,可自由潜入和提取水印文件-LSB algorithm based on digital watermarking method, and be free from sneaking into the watermark paper
Platform: | Size: 23552 | Author: weiyi | Hits:

[Otherlsb

Description: 用matlab实现的基于LSB的数字水印算法。算法可以在BMP灰度图像中嵌入水印,水印信息为二值图像,并将其扩展到与原始图像同样大小,进行重复嵌入,提高鲁棒性。同时算法中给出了PSNR值以评价水印图像的效果,-Using matlab realize the number of LSB-based watermarking algorithm. Algorithm can be embedded BMP gray image watermark, watermark information for the binary image, and its expansion to the original image the same size, the repetition of embedding, improve robustness. At the same time algorithm PSNR values are given to evaluate the effect of watermark images,
Platform: | Size: 150528 | Author: zheng | Hits:

[Special EffectsLSB

Description: 图像的LSB加水印算法。简单实用~~但是抗攻击性比较弱!可以先学习一下再改进。-LSB plus image watermarking algorithm. Simple and Practical ~ ~ However, relatively weak anti-offensive! Can learn and then improve.
Platform: | Size: 128000 | Author: 晁文婷 | Hits:

[Special EffectsLSB

Description: 该程序开发的工具主要是运用了Matlab,对水印方面的进行处理-The program development tools are mainly used Matlab, to deal with aspects watermark
Platform: | Size: 256000 | Author: richard | Hits:

[Special Effectsmodified_lsb_watermarking

Description: 此包中是对lsb这种数字水印的添加算法的一种改进方法,其中有三个主要文件Mylsb.m modify_lsb.m和.modify_lsb2.m 这三个文件是对lsb这个算法的三次不同程度的改进,一次比一次改的多,主要涉及的改进方法是我们在添加水印时运用了像素的八临域来判断所应插入的值,其次的方法是运用了转换到不同色彩空间进行水印插入。插入效果的比较通过my_hist.m这个文件来进行显示。-This package is lsb add this digital watermarking algorithm for an improved method, of which there are three key documents Mylsb.m modify_lsb.m and. Modify_lsb2.m these three documents is the lsb of this algorithm three different degrees of improvement of , one of the more than one change, mainly involving the improvement method is to add a watermark when we used the eight pixels to determine the clinical domain of the value should be inserted, followed by the method is to use a switch to a different color space for watermark insertion. Comparison of the effect of insertion through my_hist.m to display the document.
Platform: | Size: 496640 | Author: 吴浩栋 | Hits:

[Crack HackWaterMark

Description: 一个实用的水印加密解密程序,基于LSB算法-A practical watermark encryption and decryption procedures, based on the LSB algorithm
Platform: | Size: 2257920 | Author: 风雷 | Hits:

[Special Effectslsb

Description: LSB改进数字水印提取,其算法核心为异或处理-LSB to improve the digital watermark extraction, the core of its algorithm for XOR treatment
Platform: | Size: 1024 | Author: 风雷 | Hits:

[Special EffectsLSB

Description: 图像水印的LSB方法,包含水印嵌入和提取过程-LSB of image watermarking methods, including the watermark embedding and extraction process
Platform: | Size: 1024 | Author: jiyue | Hits:

[Special EffectsLSB

Description: 最低有效位嵌入水印的matlab程序,比较基础的,希望对给位有用。-Least significant bit of matlab watermark embedding process, the basis of comparison, in the hope that useful to the bit.
Platform: | Size: 4096 | Author: 杨霞 | Hits:

[Special Effectswatermark

Description: 数字水印程序,运行后可以看到将一段二进制序列添加到图像的LSB中,代码有待改进,提供一个基础-Digital watermarking procedures can be seen to be running after a period of binary sequences added to the image of the LSB, the code needed to be improved, provide a basis
Platform: | Size: 49152 | Author: 刘磊 | Hits:

[Special EffectsLSB-Data-Hiding-Image

Description: 图像的组成无非是一些字符串或者一些字节组成的字符串,然而,每一个字节数据位的重要度并不是一样的,两个相邻字节往往只有低位是不一样的。例如:00100110和00100111代表了两个不同渐变度的红色,但是就人眼是分辨不出来的。最低有效位LSB算法,就是利用这一点,达到图像压缩,或者数字水印的功能。-The composition of the image is nothing more than some number of bytes or string composed of string, however, one byte for each data bit is not an important degree of the same, often only two adjacent low-byte is not the same. For example: 00100110 and 00100111 represent the gradient of two different degrees of red, but on the human eye is not out to tell. Least significant bit LSB algorithm, is to take advantage of this point, to achieve image compression, or digital watermark feature.
Platform: | Size: 322560 | Author: xlz | Hits:

[matlabLSB

Description: 利用LSB算法去实现了电子水印技术。代码完全实现了嵌入以及提取, 算法同时包含了4种攻击算法以及利用psnr测量提取的水印和攻击后提取的水印-This algorithm describes digital watermark technique by using LSB. This code implement embedding and extraction. At the meanwhile, this algorithm includes 4 different kinds of attacks and in the end, measure psnr between extracted watermark and attacked extracted watermark
Platform: | Size: 2048 | Author: 宋春霖 | Hits:

[Special EffectsLSB

Description: lsb数字图像水印程序 lsb数字图像水印程序-lsb watermark lsb watermark
Platform: | Size: 346112 | Author: 丰同学 | Hits:

[Otherwatermark

Description: watermark+LSB 数字图像水印的lab实现 源代码-watermark+ LSB lab digital image watermarking implementation source code
Platform: | Size: 309248 | Author: Mark | Hits:

[Special Effectsusing-visial-c-to-programming-a-LSB-watermark

Description: 利用c++实现LSB的图像水印程序,可供参考,方便大家进一步的学习-the LSB digital watermark using c++
Platform: | Size: 2345984 | Author: wangmin | Hits:

[Special Effects1-LSB

Description: LSB 数字图像水印嵌入与提取的matlab实现-LSB watermark embedded extraction
Platform: | Size: 339968 | Author: | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net